openUrl

fun openUrl(    context: Context,     url: String,     @Size(min = 1, max = 100) case: String = Event.ParameterValue.N_A)

Open the system web browser at the specified url.

Parameters

context

Context.

url

URL to show, it must be a complete URL, including http or https, otherwise it will not pass the validation

case

Reason that the URL was opens in the browser. This applies only if Firebase Analytics is enabled. When a URL is loaded in the browser the event is registered, this event contains a parameter that helps determine which website was shown.